home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Microsoft Plateform / Visual Basic 5.0 / Msvb50.ace / msvb50 / MSVB50 / VB / SETUPKIT / SETUP1 / SETUPRES.BAS < prev    next >
Encoding:
BASIC Source File  |  1996-12-07  |  7.0 KB  |  232 lines

  1. Attribute VB_Name = "basSetupRes"
  2. Option Explicit
  3. Option Compare Text
  4.  
  5. '
  6. ' Global vars
  7. '
  8. Global Const resSETMSG% = 1
  9.  
  10. '
  11. 'frmBegin
  12. '
  13. Global Const resSPECDEST% = 100
  14. Global Const resSPECNODEST% = 101
  15.  
  16. '
  17. 'frmWelcome
  18. '
  19. Global Const resWELCOME% = 200
  20.  
  21. '
  22. 'frmPath
  23. '
  24. Global Const resSRCPROMPT% = 300
  25. Global Const resDESTPROMPT% = 301
  26. Global Const resDESTDIR% = 302
  27. Global Const resCREATE% = 303
  28. Global Const resCHANGEDIR% = 304
  29. Global Const resINSTFROM% = 305
  30.  
  31. '
  32. 'Setup1.Bas
  33. '
  34. Global Const resCALCSPACE% = 400
  35. Global Const resDRVREAD% = 401
  36. Global Const resDRVCHK% = 402
  37. Global Const resCANTOPEN% = 403
  38. Global Const resCANTREAD% = 404
  39. Global Const resCANTWRITE% = 405
  40. Global Const resCHKSPACE% = 406
  41. Global Const resMAKEDIR% = 407
  42. Global Const resASKEXIT% = 411
  43. Global Const resINTERRUPTED% = 412
  44. Global Const resCANRUN% = 413
  45. Global Const resINCOMPLETE% = 414
  46. Global Const resQUITNOW% = 415
  47. Global Const resQUITSETUP% = 416
  48. Global Const resSUCCESS% = 417
  49. Global Const resERROR% = 418
  50. Global Const resALLOCUNIT% = 419
  51. Global Const resSAMEASSRC% = 420
  52. Global Const resNOCREATE% = 421
  53. Global Const resNOTPROTECT% = 422
  54. Global Const resINSERT% = 423
  55. Global Const resDISK% = 424
  56. Global Const resINTO% = 425
  57. Global Const resSECTNAME% = 426
  58. Global Const resINVLINE% = 427
  59. Global Const resDIRSPECIFIED% = 428
  60. Global Const resDIRINVALID% = 429
  61. Global Const resNOTEXIST% = 430
  62. Global Const resDIRINVNAME% = 431
  63. Global Const resWRITEPROT% = 432
  64. Global Const resINUSE% = 433
  65. Global Const resOUTOFSPACE% = 434
  66. Global Const resACCESSVIOLATION% = 435
  67. Global Const resSHARINGVIOLATION% = 436
  68. Global Const resOUTOFMEMORY% = 437
  69. Global Const resCANNOTCREATE% = 438
  70. Global Const resCANNOTDELETE% = 439
  71. Global Const resCANNOTRENAME% = 440
  72. Global Const resCANNOTREADSRC% = 441
  73. Global Const resCANNOTREADDST% = 442
  74. Global Const resBUFFTOOSMALL% = 443
  75. Global Const resNOINSTALL% = 444
  76. Global Const resCHKCONNECT% = 445
  77. Global Const resWARNIGNORE% = 446
  78. Global Const resTEMPDRIVE% = 447
  79. Global Const resERR_VSHARE% = 448
  80. Global Const resCANTREADUNC% = 449
  81. Global Const resCHECKUNC% = 450
  82. Global Const resCANTFINDAPPREMOVALLOG = 451
  83. Global Const resBADCOMMANDLINE = 452
  84. Global Const resCANTFINDAPPREMOVALEXE = 453
  85. Global Const resAPPREMOVALICONNAME = 454
  86. Global Const resCANTREGISTERAPPREMOVER = 455
  87. Global Const resCANTCREATEAPPREMOVALICON = 456
  88. Global Const resOVERWRITEPRIVATE = 457
  89. Global Const resOVERWRITEPRIVATE2 = 458
  90. Global Const resCANCELSETUP = 459
  91. Global Const resCHOOSENEWDEST = 460
  92. Global Const resVERIFYCONTINUE = 461
  93. Global Const resERR_REG = 462
  94. Global Const resMICROSOFTSHARED = 463
  95. Global Const resCANTCREATEPROGRAMGROUP = 465
  96. Global Const resCANTCREATEPROGRAMICON = 466
  97. Global Const resCANTCOPYLOG = 467
  98. Global Const resCANTFINDREGFILE = 468
  99. Global Const resCANTRUNPROGRAM = 469
  100. Global Const resREMOTELINENOTFOUND = 470
  101. Global Const resPROGRAMMANAGER = 471
  102. Global Const resUNEXPECTEDRPCREGDAT = 472
  103. Global Const resCANTCOPYPATHTOOLONG% = 473
  104. Global Const resCANTCREATEICONPATHTOOLONG% = 474
  105. Global Const resICONMISSING = 475
  106. '
  107. 'Setup1.Frm
  108. '
  109. Global Const resBADDEFDIR% = 500
  110. Global Const resDISKSPACE% = 501
  111. Global Const resPROGMAN% = 502
  112. Global Const resUPDATING% = 503
  113. Global Const resNOEXE% = 504
  114. Global Const resSETUP% = 505
  115. Global Const resNOSETUPLST% = 506
  116. Global Const resUNEXPECTED% = 507
  117. Global Const resNOFOLDERFORICON = 508
  118. Global Const resSTILLWITHINACTION = 509
  119. Global Const resREMAUTGROUPNAME = 510
  120. Global Const resAUTMGR32ICON = 511
  121. Global Const resRACMGR32ICON = 512
  122. Global Const resNT4WithoutSP2 = 513
  123.  
  124. '
  125. 'Common.Bas
  126. '
  127. Global Const resDISKSPCERR% = 600
  128.  
  129. '
  130. 'Forms/Controls
  131. '
  132. Global Const resFRMDIRECTORY% = 701
  133. Global Const resBTNCHGDIR% = 702
  134. Global Const resBTNEXIT% = 703
  135. Global Const resLBLBEGIN = 704
  136. Global Const resBTNCANCEL% = 705
  137. Global Const resLBLDESTFILE% = 706
  138. Global Const resBTNINSTALLNOW% = 707
  139. Global Const resBTNCHGDRV% = 708
  140. Global Const resLBLDRIVE% = 709
  141. Global Const resLBLAVAIL% = 710
  142. Global Const resLBLNEEDED% = 711
  143. Global Const resLBLREQUIRED% = 712
  144. Global Const resLBLNOSPACE% = 713
  145. Global Const resBTNOK% = 714
  146. Global Const resLBLDRIVES% = 715
  147. Global Const resLBLDIRS% = 716
  148. Global Const resLBLPATH% = 717
  149. Global Const resLBLRUNNING% = 718
  150. Public Const resBTNTOOLTIPBEGIN = 719
  151.  
  152. '
  153. ' Group.Frm
  154. '
  155. Global Const resGROUPFRM = 800
  156. Global Const resGROUPLBLMAIN = 801
  157. Global Const resGROUPLBLGROUP = 802
  158. Global Const resGROUPLBLGROUPS = 803
  159. Global Const resGROUPBTNCONTINUE = 804
  160. Global Const resGROUPINVALIDGROUPNAME = 805
  161. Global Const resGROUPINVALIDCHARS = 806
  162. '
  163. 'ServerDt.Frm
  164. '
  165. Global Const resNETWORKADDRESS = 900
  166. Global Const resNETWORKPROTOCOL = 901
  167. Global Const resOK = 902
  168. Global Const resCANCEL = 903
  169. Global Const resREMOTESERVERDETAILSTITLE = 904
  170. Global Const resREMOTESERVERDETAILSLBL = 905
  171. Global Const resNOTEPROTOSEQNOTSUPPORTED = 906
  172. Global Const resNOTEPROTOSEQINVALID = 907
  173. Global Const resPROTOSEQUNEXPECTEDERR = 908
  174. Global Const resNOPROTOCOLSINSETUPLST = 909
  175. Global Const resNOPROTOCOLSSUPPORTED1 = 910
  176. Global Const resNOPROTOCOLSSUPPORTED2 = 911
  177. Global Const resSELECTEDPROTONOTSUPPORTED = 912
  178.  
  179. '
  180. ' Global Font settings for Setup1 project.  To override,
  181. ' set font properties in code after Form_Load.
  182. '
  183. Public Const resFONTNAME = 950
  184. Public Const resFONTSIZE = 951
  185. Public Const resFONTBOLD = 952
  186. Public Const resFONTNAMEBACKUP1 = 953
  187. Public Const resFONTNAMEBACKUP2 = 954
  188. '
  189. 'Logging (common with bootstrapper)
  190. '
  191. Global Const resLOG_FILEUPTODATE = 2000
  192. Global Const resLOG_FILECOPIED = 2001
  193. Global Const resLOG_ERROR = 2002
  194. Global Const resLOG_WARNING = 2003
  195. Global Const resLOG_DURINGACTION = 2004
  196. Global Const resLOG_CANNOTWRITE = 2005
  197. Global Const resLOG_CANNOTCREATE = 2006
  198. Global Const resLOG_DONOTMODIFY = 2007
  199. Global Const resLOG_FILECONTENTS = 2008
  200. Global Const resLOG_FILEUSEDFOR = 2009
  201. Global Const resLOG_USERRESPONDEDWITH = 2012
  202. Global Const resLOG_CANTRUNAPPREMOVER = 2013
  203. Global Const resLOG_ABOUTTOREMOVEAPP = 2014
  204.  
  205. Global Const resLOG_IDOK = 2100
  206. Global Const resLOG_IDCANCEL = 2101
  207. Global Const resLOG_IDABORT = 2102
  208. Global Const resLOG_IDRETRY = 2103
  209. Global Const resLOG_IDIGNORE = 2104
  210. Global Const resLOG_IDYES = 2105
  211. Global Const resLOG_IDNO = 2106
  212. Global Const resLOG_IDUNKNOWN = 2107
  213.  
  214.  
  215. 'Other resources possibly common with the bootstrapper
  216. Global Const resCOMMON_CANTREG = 2200
  217. Global Const resCOMMON_CANTREGUNEXPECTED = 2201
  218. Global Const resCOMMON_CANTREGOLE = 2202
  219. Global Const resCOMMON_CANTREGLOAD = 2203
  220. Global Const resCOMMON_CANTREGENTRY = 2204
  221. Global Const resCOMMON_CANTREGREG = 2205
  222. Global Const resCOMMON_CANTREGAUTPRXRPC1 = 2206
  223. Global Const resCOMMON_CANTREGAUTPRXRPC2 = 2207
  224. Global Const resCOMMON_CTL3D32NOTCOPIED = 2208
  225. Global Const resCOMMON_INVALIDFILECHARS = 2209
  226. Global Const resCOMMON_MULTDIRBASENAME = 2210
  227. Global Const resCOMMON_CANTFINDSRCFILE = 2211
  228. Global Const resCOMMON_CANTREGTLB = 2212
  229. Public Const resCOMMON_RICHED32NOTCOPIED = 2213
  230. Public Const resCOMMON_AXDISTNOTCOPIED = 2214
  231. Public Const resCOMMON_WINT351NOTCOPIED = 2215
  232.